GtkNotebook: Unify two private variables
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 20 Jan 2016 18:52:01 +0000 (19:52 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 20 Jan 2016 18:57:23 +0000 (19:57 +0100)
commit6c1bee2377eba8acc2d6ce03c3bc82fbf157fd37
treee50ca9b618fbfe122bab4a813c15c608f24facc7
parentda31eb4f64eb9218126277851a16f38134fe1f7f
GtkNotebook: Unify two private variables

Button state was being kept in two separate variables, which lead
to slight confusions in DnD that caused the notebook to ignore the
first click after DnD happened from (within) it. Unify these two
into one, which helps us keep better track of the really pressed
buttons.
gtk/gtknotebook.c